home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / DFÜ / MacPPP Control 1.4 / Read Me next >
Text File  |  1995-05-09  |  3KB  |  64 lines

  1.                             MacPPP Control 1.4
  2.                                May 9, 1995
  3.                           Copyright © 1994-1995
  4.                               Mark Alldritt
  5.                                
  6.                                
  7. MacPPP Control is an AppleScript Addition which allows your scripts limited
  8. control over MacPPP.  The addition allows you to open and close the PPP link,
  9. and to check the state (open/closed) of the link.
  10.  
  11. The package contains:
  12.  
  13.  -  the MacPPP Control addition, which should be copied to the Scripting
  14.     Additions folder of your Extensions folder.
  15.  -  three examples which show how to use the commands provided by the
  16.     MacPPP Control addition.
  17.  
  18. NOTE: If you use the Server parameter when calling the openPPP command, the
  19. Config PPP Control Panel *must* be closed.  If Config PPP is open when
  20. openPPP tries to change the Server name, openPPP will fail because Config
  21. PPP locks to PPP preferences file.  You can get around this by using the
  22. Scriptable Finder to close Config PPP before calling openPPP in your script.
  23.  
  24. To use this addition you need to have AppleScript v1.0 or later, and MacPPP
  25. (I developed and tested MacPPP Control with v2.0.1).
  26.  
  27. Note that I have no association with the authors of MacPPP, apart from being
  28. a happy user of their software.  There are no restrictions on use or
  29. distribution of MacPPP Control.
  30.  
  31. I can be contacted via E-mail at alldritt@wimsey.com
  32.  
  33. VERSION 1.3 OF MacPPP Control NOW DEPENDS HEAVILY ON THE INTERNALS OF MacPPP
  34. 2.0.1.  FUTURE VERSIONS OF MacPPP MAY NOT BE COMPATIBLE WITH MacPPP Control.
  35. MacPPP Control IS PROVIDED AS-IS.  USE FUTURE VERSIONS OF MacPPP WITH MacPPP
  36. Control AT YOUR OWN RISK.
  37.  
  38. Edit History:
  39.  
  40. V1.4 - Corrected a bug which prevented the use of getPPPServer while the
  41. Config PPP Control Panel was open.
  42.  
  43. V1.3 - Modified openPPP to accept the name of the PPP Server to use.  Added
  44. two new commands to query the name of the current server, and find the names
  45. of all defined servers.
  46.  
  47. V1.2 - Modified closePPP to ensure script is in the foreground before it
  48. proceeds to close the connection.  This is done to avoid the MacPPP hang
  49. which occurs if closePPP is called from a background application.  openPPP
  50. checks to ensure MacPPP is closed before it proceeds.  closePPP checks to
  51. ensure MacPPP is open before it proceeds.  Also added an additional example
  52. script entitled "Check The Mail".
  53.  
  54. V1.1 - example scripts are stored as text files instead of script
  55. applications to allow backward compatibility with AS 1.0.  Also, my E-mail
  56. address is now correct.  I apologize for any problems these items may have
  57. caused you.
  58.  
  59. V1.0 - initial release of hack to control MacPPP from AppleScript
  60.  
  61. Cheers
  62. -Mark
  63.  
  64.